Retrieve a ShipmentTag by its id

SecurityAuthToken
Request
path Parameters
shipmentTagId
required
string <uuid>
Responses
200

The ShipmentTag with the given id

Response Schema: application/json
color
string or null
Enum: "cherry_bomb" "electric_trees" "faded_white" "lake_travis" "ricky_fowler" "rock_bottom" "sky_ship" "so_cirrus" "the_hotness" "well_water"
company
string or null <uuid>
id
string or null <uuid>
name
string or null
default

Default error response

get/shipments/tags/{shipmentTagId}/
Request samples
Response samples
application/json
{
  • "color": "cherry_bomb",
  • "company": "87340f10-f684-4b06-8427-5981380bd9a9",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string"
}
Copyright © Shipwell 2024. All right reserved.